Discover windows dos commands cheat sheet, include the articles, news, trends, analysis and practical advice about windows dos commands cheat sheet on alibabacloud.com
-LicensingmodelConcurrent -ProductCodeMPS -producteditionENT # Configure License server name and PortSet-xdlicensing -licenseserveraddressDC01 -Licenseserverport 27001# Display Licensing OptionsGet-Configlicensingmodel #
How to Display/modify Product version and edition?
123456789101112
# Configure new settings for Product Code, edition and licensing modelSet-Configsite -ProductCodeMPS -producteditionENT# Display Production OptionsGet-configproduct# Display Product vers
Got yourself a shiny new Windows 7 beta install? Here's a little cheat sheet I made up for some of the handy new hotkey combinations, pointer of which I 've become quite dependent on!
General
Win + up
Maximize
Win + down
Restore/minimize
Win + left
Snap to left
Win + Right
Snap to right
Win + Shift + left
\ADMINISTRATOR>CD/D E:/testE:\test>E:\test>rd TestDir-----------------------Use rd to delete an empty directory, you cannot delete a non-empty directory, and you cannot delete the current subdirectory.E:\test>copy test2.txt e:\test\testdir2\--------------------Copy files using the copy command1 files have been copied.Directory of E:\TEST\TESTDIR22014/11/23 16:46 2014/11/23 16:46 2014/11/23 16:33 8 Test2.txt2014/11/23 16:45 Test32014/11/23 16:46 5 Test4.txt3 files 27 bytes2 Directories 89,755,025
Watching Java video today, incidentally learning a DOS command, this also helps me to understand the Ubuntu console commands very well.1.dir (directory) View the directory under a disk or file (so files and folders)2.CD (change directory) enters a file directory (for example: CD apple* into a folder with the name beginning with any character "* as a wildcard" after Apple)CD: Go back to the top level directo
size of 32 bytes and a maximum definition of 65500 bytes. "If this command is used in conjunction with the above command,/You know it!" 】
ping/n defines the number of packets that occur to the destination IP, which defaults to 3 "When we just want to detect if we can connect to the target IP, we just have to define 1 times, because three times is a waste of time." 】
Note 1: When PING/T is used in conjunction with/n 3, the ping command selects the following parameters to prevai
In Windows, one of the eight powerful DOS commands [ping]
Ping command:
Ping is a basic command used to check whether the network is smooth or to query the network connection speed. As a computer enthusiast, ping command is the first DOS command to be mastered. It uses the principle that all machines on the network h
Modifying the hosts Hosts file
c:\windows\system32\drivers\etc>cd #查看当前路径C: \Windows\ system32\drivers\etcc:\windows\system32\drivers\etc>dir# View files and directories under current path drives C volumes in system Volume serial number is 0000-a0cec:\windows\system32\drivers\ Directory of etc 2015/03/2416:25Ed
files, Parameters:/q Display files and directories belonging to the system which user,/t:c displays the file creation time,/t:a shows the last time the file was accessed,/t:w last modified time move the drive letter to move \ path \ filename moved after path \ filename Move file, with reference Several/y will cancel the prompt to confirm that the mobile directory exists with the same file, overwriting FC 1.txt 2.txt>3. TXT compare two files and output the differences to 3.txt fil
1) dir: Lists the files and folders in the current directory2) MD: Create directory (mkdir)3) rd: Delete directory, delete non-empty directory rd/s/q A4) CD: Enter the specified directory (chdir test1)5) CD. go back to the top level directory6) CD \ or CD/: return to the root of the current drive letter7) del: delete file, del *.class, delete all files ending with. class8) Exit: exit DOS command line9) D: Toggle Drive LetterCLS: Clear ScreenDos
How to view hardware information in Windows system with commands, how DOS commands to view hard disk and memory/cpu information? The most direct is: Start → run →cmd open a command prompt, under which you can enter systeminfo execution to see almost all the system information you want to know, even the installed networ
fixed command, followed by the subnet mask of the target network segment172.20.153.254 is a shock to the destination network.650) this.width=650; "src=" Http://s1.51cto.com/wyfs02/M02/81/F6/wKiom1dGZz3hVM-7AAA-2KWi6uQ523.png "title=" 3.png " alt= "Wkiom1dgzz3hvm-7aaa-2kwi6uq523.png"/>4 You can view the heard static routes through the route print command 650) this.width=650; "src=" Http://s1.51cto.com/wyfs02/M02/81/F6/wKiom1dGZ4GRzqUFAADiZuT8PcY518.png "title=" 4.png "alt=" Wkiom1dgz4grzqufaadiz
This is an instance of calling a DOS command using Java code, where I'm not going to say, directly on the code, the code is as follows:
Copy Code code as follows:
Import java.io.*;
/**
* Java invoke DOS command for Windows
* Implement the ipconfig command that invokes windows, and then output the output
The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion;
products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the
content of the page makes you feel confusing, please write us an email, we will handle the problem
within 5 days after receiving your email.
If you find any instances of plagiarism from the community, please send an email to:
info-contact@alibabacloud.com
and provide relevant evidence. A staff member will contact you within 5 working days.